use-safe-alloca-lisp-in-let-eval-apply-apply_lambda.diff
* An allocation problem has been fixed in let, eval, apply, and apply_lambda.
Patch: use-safe-alloca-lisp-in-let-eval-apply-apply_lambda.diff
Provided-by: Sven Joachim <svenjoac@gmx.de>
Date: Thu, 19 Aug 2010 21:24:11 +0200
Added-by: Rob Browning <rlb@defaultvalue.org>
Status: incorporated upstream
Previously, the content of the relevant items was invisible to the
garbage collector.
The Debian patch is taken from this upstream commit:
revno: 99983
committer: Andreas Schwab <schwab@linux-m68k.org>
branch nick: emacs
timestamp: Tue 2010-08-17 23:07:50 +0200
message:
* eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
instead of SAFE_ALLOCA.